home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / cross / fast05.lha / Startup / OpenFast < prev    next >
Text File  |  1997-02-17  |  493b  |  29 lines

  1. Prompt "%N.%S> "
  2. resident c:copy pure
  3. resident c:join pure
  4. stack 30000
  5. alias pro protect 
  6. alias ren rename
  7. alias rel relabel df0: []
  8. alias del delete
  9. alias ex execute
  10. alias md makedir
  11. alias ns newshell
  12. alias scr protect [] s add
  13. alias qt endcli
  14.  
  15. path ram: work:FastDev/Tools add
  16.  
  17. copy work:exe/rv ram:
  18. copy work:exe/rm ram:
  19. copy work:exe/rpz ram:
  20. copy work:exe/cv ram:
  21. copy work:exe/cm ram:
  22. copy work:exe/go ram:
  23. copy work:exe/stp ram:
  24.  
  25. cd work:FastDev/Example        ; default work directory
  26.  
  27. dir
  28.  
  29.